LEADTOOLS Medical (Leadtools.Dicom.Scu assembly)

Get(DicomScp,String,String,String,List<PresentationContext>) Method

Show in webframe





The peer connection to send the C-GET-REQ to.
The study instance UID of the instance to retrieve.
The series instance UID of the instance to retrieve.
The SOP instance UID of the instance to retrieve.
A list of presentation contexts to add to the Leadtools.Dicom.DicomAssociateDicomAssociation
Sends an IMAGE-level C-GET-REQ message to a peer member of a connection defined by Scp.
Syntax
'Declaration
 
Public Overloads Sub Get( _
   ByVal Scp As DicomScp, _
   ByVal StudyInstanceUID As String, _
   ByVal SeriesInstanceUID As String, _
   ByVal SopInstanceUID As String, _
   ByVal additionalPresentationContexts As List(Of PresentationContext) _
) 
'Usage
 
Dim instance As QueryRetrieveScu
Dim Scp As DicomScp
Dim StudyInstanceUID As String
Dim SeriesInstanceUID As String
Dim SopInstanceUID As String
Dim additionalPresentationContexts As List(Of PresentationContext)
 
instance.Get(Scp, StudyInstanceUID, SeriesInstanceUID, SopInstanceUID, additionalPresentationContexts)

            

            

Parameters

Scp
The peer connection to send the C-GET-REQ to.
StudyInstanceUID
The study instance UID of the instance to retrieve.
SeriesInstanceUID
The series instance UID of the instance to retrieve.
SopInstanceUID
The SOP instance UID of the instance to retrieve.
additionalPresentationContexts
A list of presentation contexts to add to the Leadtools.Dicom.DicomAssociateDicomAssociation
Remarks
This method uses a C-GET to retrieve an instance. Note that the C-GET differs from the C-MOVE in that the C-GET requests and retrieves information on the same DICOM assocation. This means that you need to know the SOP Class UID of the DICOM instances that are to be retrieved prior to the DICOM assocation. You can add these additional SOP Classes to the association by using the additionalPresentationContexts parameter. The example shows how this is done.
Example
For an example, refer to Get(DicomScp,String,List<PresentationContext>)
Requirements

Target Platforms

See Also

Reference

QueryRetrieveScu Class
QueryRetrieveScu Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Dicom.Scu requires a Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features